ubg_terminal_define_command

Syntax:

ubg_terminal_define_command(name, script, arg_count, force_type)

Arguments:

Argument Name Type Description
namestringname of command in terminal (case sensitive)
scriptintID of script that the command should execute
arg_countintnumber of command arguments
force_typeboolforce datatype conversions (hints must be enabled)

Returns: (bool)

Description:

Loading page...

Back: System
Next: ubg_terminal_define_commands_quick